Class symantec.itools.db.beans.brl.adapter.editors.DerivColumnsPage
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class symantec.itools.db.beans.brl.adapter.editors.DerivColumnsPage

Object
   |
   +----Component
           |
           +----Container
                   |
                   +----JComponent
                           |
                           +----JPanel
                                   |
                                   +----WizardPanel
                                           |
                                           +----symantec.itools.db.beans.brl.adapter.editors.DerivColumnsPage

public class DerivColumnsPage
extends WizardPanel
implements PropertyChangeListener
Page which is used to specify the columns that participate in the derivation business rule

Version:
1.0 06/18/98
Author:
Puru Balakrishnan

Variable Index

 o firstTime
 o imageLabel
 o implPanel
 o instrTextPanel
 o itemLis
 o northPanel
 o rootPane
 o selectedCols

Constructor Index

 o symantec.itools.db.beans.brl.adapter.editors.DerivColumnsPage(DerivWizardController)

Method Index

 o cancel()
 o entering()
 o exiting()
 o getSelectedCols()
 o initControls()
 o main(String[])
 o propertyChange(PropertyChangeEvent)
propertyChange event
 o showSelectedColumns(CompColInputMember[])

Variables

 o firstTime
protected boolean firstTime
 o imageLabel
protected com.sun.java.swing.JLabel imageLabel
 o implPanel
protected symantec.itools.db.beans.brl.adapter.editors.DerivColumnEditorImplPanel implPanel
 o instrTextPanel
protected com.sun.java.swing.JPanel instrTextPanel
 o itemLis
protected java.awt.event.ItemListener itemLis
 o northPanel
protected com.sun.java.swing.JPanel northPanel
 o rootPane
protected com.sun.java.swing.JRootPane rootPane
 o selectedCols
protected symantec.itools.db.beans.brl.CompColInputMember[] selectedCols

Constructors

 o DerivColumnsPage
protected DerivColumnsPage(DerivWizardController c)

Methods

 o cancel
public void cancel()

Overrides:
cancel in class WizardPanel
 o entering
public void entering()

Overrides:
entering in class WizardPanel
 o exiting
public boolean exiting()

Overrides:
exiting in class WizardPanel
 o getSelectedCols
public symantec.itools.db.beans.brl.CompColInputMember[] getSelectedCols()
 o initControls
protected void initControls()
 o main
public static void main(String[] args)
 o propertyChange
public void propertyChange(PropertyChangeEvent e)
propertyChange event

 o showSelectedColumns
public void showSelectedColumns(CompColInputMember[] cols)

All Packages  Class Hierarchy  This Package  Previous  Next  Index